







/**
 * @fileOverview    Universal CSS file which contains global styles for: (framework) / (all networks).
 *                  Browsers: (all).
 *                  User agent that claims support for media type: (screen).
 *                  Init Date: Wed, 30 Jan 2008 23:39:17 EST.
 *                  Build Date: $Id: framework-columns.css,v 1.1.2.1 2009/09/24 14:04:06 clewin Exp $
 *                  Copyright (C) Discovery.com 2008. All Rights Reserved.
 * @name            david hogge
 */
/**
 * @description     GLOBAL ALL XHTML TAGS + BODY definition(s)
 */
* {
        margin: 0;
        padding: 0;
}


/**
 * @description     GLOBAL XHTML ANCHOR TAG definitions
 */
a, img { border: 0 none; }

a, a:visited { text-decoration: none; }
a:active, a:hover, a:focus { text-decoration: underline; }

a.black, a.black:visited, a.black:active, a.black:hover, a.black:focus { color: #000; }
a.white, a.white:visited, a.white:active, a.white:hover, a.white:focus { color: #FFF; }


/**
 * @description     GLOBAL XHTML HEADER TAG definitions
 */
h1, h2, h3, h4, h5, h6 { letter-spacing: 0; }


/**
 * @description     GLOBAL CLASSES for COLOR definitions
 */
.black { color: #000; }
.dark-grey { color: #333; }
.medium-grey { color: #999; }
.grey { color: #CCC; }
.white { color: #FFF; }

.pass-green { color: #11cc11; }
.fail-red { color: #cc1111; }


/**
 * @description     GLOBAL CLASSES for FLOAT &#38; CLEAR definitions
 */
.float-left { float: left; }
.float-right { float: right; }

.clearfix:after {
        content: ".";
        height: 0;
        visibility: hidden;
        display: block;
        clear: both;
}

.clear { clear: both; }


/**
 * @description     GLOBAL CLASSES for SPACER definitions
 */
.one-by-one {
        width: 1px;
        height: 1px;
        overflow: hidden;
}

.one-by-five {
        width: 1px;
        height: 5px;
        overflow: hidden;
}

.one-by-ten {
        width: 1px;
        height: 10px;
        overflow: hidden;
}

.one-by-fifteen {
        width: 1px;
        height: 15px;
        overflow: hidden;
}

.five-by-five {
        width: 5px;
        height: 5px;
        overflow: hidden;
}

.ten-by-ten {
        width: 10px;
        height: 10px;
        overflow: hidden;
}

.margin-ten { margin: 10px; }

.padding-ten { padding: 10px; }

.padding-fifteen { padding: 15px; }


/**
 * @description     GLOBAL CLASSES for TEXT definitions
 */
.small-text { font-size: 0.6em; }

.displace-line-height { line-height: 0; }


/**
 * @description     GLOBAL CLASSES for DISPLAY &#38; VISIBILITY definitions
 */
.block { display: block; }
.none { display: none; }

.hidden { visibility: hidden; }
.visible { visibility: visible; }
 
 
/**
 * @description     GLOBAL IDS for CONTAINER definitions
 */
#container-primary {
        width: 998px;
        margin: 0 auto;
        display: block;
}

#container-left-column { 
        float: left;
        width: 662px;
        margin-right: 10px;
}

#container-right-rail {  
        float: left;
        width: 326px;
}

#container-wide-left-column { 
        float: left;
        width: 797px;
        margin-right: 10px;
}

#container-narrow-right-rail {  
        float: left;
        width: 191px;
}


/**
 * @description     CLASSES / IDS / XHTML TAGS for MODULES (video tooltip) definitions
 */
.yui-overlay,
.yui-panel-container {
        visibility: hidden;
        position: absolute;
        z-index: 2;
}

.tooltip { display: none; }

.tooltip-open {
        width: 156px;
        padding: 7px 10px 7px 10px; 
        border: 2px solid;
        font: 11px/14px Arial, Helvetica, sans-serif;
}


/**
 * @description     CLASSES / IDS for BREADCRUMBS definitions
 */
#breadcrumbs-top { font-size: 0.85em; }

#breadcrumbs-top .crumbs { padding: 5px 0 5px 20px; }

#breadcrumbs-bottom { font-size: 0.85em; }

#breadcrumbs-bottom .crumbs { margin: 10px 0 10px 20px; }


/**
 * @description     IDS for Site Search definitions
 */
#footer-search {
        width: 425px;
        margin: 0 auto;
        padding-top: 10px;
}

#footer-search fieldset { border: none; }

#footer-search #site-search-footer {
        float: left;
	    font-size: 0.85em;
	    font-weight: bold;
        margin: 0;
        padding: 2px 0;
}

#footer-search #query { 
        float: left;
        margin: 0; 
        padding: 2px 8px 0 8px;
}

#footer-search input.query {
        width: 250px;
        padding: 4px 0 1px 5px;
        border-style: solid;
        border-width: 1px;
        font-size: 0.85em;
	    font-weight: bold;
}

#footer-search #submit {
        float: left;
        margin: 0;
        padding: 2px 0;
}


/**
 * @description     IDS for Newsletter definitions
 */
#footer-newsletter {
        clear: both; 
        width: 998px;
        padding: 5px 0;
	    font-size: 0.85em;
	    font-weight: bold;
        text-align: center;
}
#quiz-container{width:660px;height:513px;border-style:solid;border-color:#CCC;border-width:1px;overflow:hidden;}#container-right-rail #show-schedule{border:3px solid;}#container-right-rail #show-schedule .module-body{border-top:1px solid;font-size:.85em;line-height:13px;}#container-right-rail #show-schedule .module-body ul{list-style-type:none;}#container-right-rail #show-schedule .module-body li{padding:5px 10px 5px 10px;border-bottom:1px solid;}#container-right-rail #show-schedule .module-body .show-date-time{padding-bottom:2px;font-weight:bold;}#container-right-rail #show-schedule .module-body .show-title{font-weight:bold;}#container-right-rail .runner{display:block;padding:7px;}#container-right-rail .runner h4{float:left;font-size:1.3em;}#container-right-rail .module-style{border-top-style:solid;border-top-width:1px;}#container-right-rail .module-style .provider-logo{margin:1px 0 7px 10px;}#container-right-rail .rss-feed-list,#container-right-rail .module-suggested-topics,#container-right-rail .module-suggested-links,#container-right-rail .module-featured-video{border:solid;border-width:3px;background-position:top left;}#container-right-rail .rss-feed-list object,#container-right-rail .module-suggested-topics object,#container-right-rail .module-suggested-links object,#container-right-rail .module-featured-video object{display:block;}#container-right-rail .rss-feed-list ul,#container-right-rail .module-suggested-topics ul,#container-right-rail .module-suggested-links ul{list-style-type:disc;margin-left:24px;padding:5px 0;}#container-right-rail .rss-feed-list li,#container-right-rail .module-suggested-topics li,#container-right-rail .module-suggested-links li{padding:2px 5px 2px 0;font-weight:bold;}.rectangle{width:326px;height:270px;}.rectangle .ad-rectangle{padding:12px 12px 8px 12px;}.ad-rectangle-text{padding:0 12px 4px 12px;font-size:.8em;text-transform:uppercase;}#container-right-rail .show-site-highlight{width:326px;height:208px;background:no-repeat 0 0;}#container-right-rail .show-site-highlight .title{height:75px;}#container-right-rail .show-site-highlight .title span{visibility:hidden;}#container-right-rail .show-site-highlight .links{padding:0 5px 0 123px;}#container-right-rail .show-site-highlight .links li{padding:2px 0;}#container-right-rail .show-site-highlight .links li a{text-decoration:none;}#container-right-rail .show-site-highlight .links li a:hover{text-decoration:underline;}#container-right-rail .ecommerce-two-column-module,#container-right-rail .numbered-list-module,.more-on-our-site{border:3px solid;overflow:hidden;}#container-right-rail .ecommerce-two-column-module object,#container-right-rail .numbered-list-module object{display:block;}#container-right-rail .ecommerce-two-column-module .feature-product{float:left;width:140px;margin-right:10px;}#container-right-rail .ecommerce-two-column-module .secondary-products{float:left;width:140px;margin-left:9px;}#container-right-rail .ecommerce-two-column-module .feature-product .shop-now img{position:relative;top:2px;}#container-right-rail .module-divider{display:block;float:left;width:1px;height:220px;overflow:hidden;}#container-right-rail .numbered-list-module ol{list-style:decimal;margin:-3px 0 0 17px;}#container-right-rail .numbered-list-module li{padding:0 5px 5px 0;}#container-right-rail .strike-through{text-decoration:line-through;}.more-on-our-site{border:3px solid;overflow:hidden;}.more-on-our-site .item .image{float:left;}.more-on-our-site .item .image img{width:101px;height:90px;display:block;}.more-on-our-site .item .item-container{padding-left:111px;}.more-on-our-site .item .title{font-weight:bold;font-size:14px;line-height:16px;}.more-on-our-site .item .comment{font-size:12px;line-height:16px;}#container-right-rail #video-module-results,#container-right-rail #site-module-results{padding:41px 20px 18px 20px;border:1px solid;}#container-right-rail #video-module-results .runner,#container-right-rail #site-module-results .runner{padding:5px 0 27px 0;background-repeat:repeat-x;background-position:left 28px;}#container-right-rail #video-module-results .runner h1,#container-right-rail #site-module-results .runner h1{float:left;overflow:hidden;background-repeat:no-repeat;}#container-right-rail #video-module-results .runner h1 span,#container-right-rail #site-module-results .runner h1 span{position:relative;right:5000px;}#container-right-rail #video-module-results .runner h1.video-results,#container-right-rail #site-module-results .runner h1.site-results{margin-top:0;}#container-right-rail #video-results ul{list-style-type:none;}#container-right-rail #video-results li{float:left;list-style-type:none;width:148px;height:183px;background-repeat:no-repeat;background-position:3px 76px;}#container-right-rail #video-results li.odd{width:136px;}#container-right-rail #video-results li a .video-thumbnail{display:block;overflow:hidden;width:128px;height:72px;margin:3px;border:1px solid;}#container-right-rail #video-results li a:hover .video-thumbnail{margin:0;border:solid;border-width:4px;}#container-right-rail #video-results li img{width:128px;height:72px;border:0;}#container-right-rail #video-results li .original-82-82 img{margin-top:-10%;height:auto;width:128px;}#container-right-rail #video-results li .original-96-72 img{margin-top:-8%;height:auto;width:128px;}#container-right-rail #video-results li .original-128-90 img{margin-top:-6%;height:auto;width:128px;}#container-right-rail #video-results li .original-160-107 img{margin-top:-10%;height:auto;width:128px;}#container-right-rail #video-results li .original-160-120 img{margin-top:-10%;height:auto;width:128px;}#container-right-rail #video-results .video-list li .original-128-70 img{margin-right:-2%;height:72px;width:auto;}#container-right-rail #video-results .video-list li .original-320-240 img{width:128px;height:72px;}#container-right-rail #video-results .video-list li .original-640-360 img{width:128px;height:72px;}#container-right-rail #video-results span.related-network-video{display:block;height:11px;width:110px;vertical-align:top;margin-bottom:2px;}#container-right-rail .IDS-label{background:transparent url('/videos/images/network-labels/id.gif') no-repeat top left;}#container-right-rail .MIL-label{background:transparent url('/videos/images/network-labels/mil.gif') no-repeat top left;}#container-right-rail .FIT-label{background:transparent url('/videos/images/network-labels/fit.gif') no-repeat top left;}#container-right-rail .DHC-label{background:transparent url('/videos/images/network-labels/dhc.gif') no-repeat top left;}#container-right-rail .APL-label{background:transparent url('/videos/images/network-labels/apl.gif') no-repeat top left;}#container-right-rail .SCI-label{background:transparent url('/videos/images/network-labels/sci.gif') no-repeat top left;}#container-right-rail .TLC-label{background:transparent url('/videos/images/network-labels/tlc.gif') no-repeat top left;}#container-right-rail .DSC-label{background:transparent url('/videos/images/network-labels/dsc.gif') no-repeat top left;}#container-right-rail .PLG-label{background:transparent url('/videos/images/network-labels/plg.gif') no-repeat top left;}#container-right-rail #video-results .descriptive-text{position:relative;margin:0 3px;padding:0 10px 10px 10px;min-height:54px;}#container-right-rail #video-results .descriptive-text .clip-name{display:block;width:108px;font-size:1.0em;}#container-right-rail #video-results .descriptive-text .clip-name a{text-decoration:none;}#container-right-rail #video-results .descriptive-text p.clip-series{display:block;font-size:.85em;text-decoration:none;width:108px;}#container-right-rail #video-results .descriptive-text .views{display:block;font-size:.85em;text-decoration:none;width:108px;}#container-right-rail #video-results .overlay-clip-count{display:block;position:absolute;top:-76px;margin-left:66px;height:14px;width:53px;text-align:center;font-size:10px;}#container-right-rail #video-results a:hover .overlay-clip-count{position:absolute;top:1px;left:79px;}#container-right-rail #video-results a:hover .overlay-clip-count{top:4px;}#container-right-rail #video-results a.video-thumbnail-link{background:transparent;cursor:pointer;display:block;}#container-right-rail #video-results a.video-thumbnail-link:hover{position:relative;text-decoration:none;}#container-right-rail #video-results a .overlay-play-button{display:none;}#container-right-rail #video-results a:hover .overlay-play-button{display:block;}#container-right-rail #video-results a:hover .overlay-play-button img{position:absolute;top:1px;left:1px;}#container-right-rail #video-results .overlay-descriptive-text{display:none;}#container-right-rail .more-link{float:right;font-weight:bold;}#container-right-rail .more-link a:hover{text-decoration:underline;}#container-right-rail #results-list{padding-bottom:5px;}#container-right-rail #results-list .result-item{padding-bottom:13px;}#container-right-rail #results-list .result-item h4{font-size:1.0em;line-height:1.20em;}#container-right-rail #results-list .result-item h4 a{font-size:1.00em;line-height:1.20em;}#container-right-rail #results-list .result-item p{font-size:1.0em;line-height:1.15em;}#container-right-rail #results-list .result-item a{font-size:.8em;}#container-right-rail .module-featured-video .module-style{height:110px;overflow:hidden;}#container-right-rail .module-featured-video .module-style .video-thumbnail-link{float:left;}#container-right-rail .module-featured-video .module-style a .video-thumbnail{display:block;overflow:hidden;width:160px;height:90px;margin:9px 7px;border:solid;border-width:1px;}#container-right-rail .module-featured-video .module-style a:hover .video-thumbnail{margin:5px 3px;border:solid;border-width:5px;}#container-right-rail .module-featured-video .module-style .video-thumbnail-link img{border:0;}#container-right-rail .module-featured-video .module-style .video-thumbnail-link img{width:160px;height:90px;}#container-right-rail .module-featured-video .module-style .video-thumbnail-link .original-82-82 img{margin-top:-10%;height:auto;width:160px;}#container-right-rail .module-featured-video .module-style .video-thumbnail-link .original-96-72 img{margin-top:-8%;height:auto;width:128px;}#container-right-rail .module-featured-video .module-style .video-thumbnail-link .original-128-90 img{margin-top:-6%;height:auto;width:128px;}#container-right-rail .module-featured-video .module-style .video-thumbnail-link .original-160-107 img{margin-top:-10%;height:auto;width:128px;}#container-right-rail .module-featured-video .module-style .video-thumbnail-link .original-160-120 img{margin-top:-10%;height:auto;width:128px;}#container-right-rail .module-featured-video .module-style .video-thumbnail-link .original-128-70 img{margin-right:-2%;height:72px;width:auto;}#container-right-rail .module-featured-video .module-style .video-thumbnail-link .original-320-240 img{width:128px;height:72px;}#container-right-rail .module-featured-video .module-style .video-thumbnail-link .original-640-360 img{width:128px;height:72px;}#container-right-rail .module-featured-video .module-style .descriptive-text{float:left;margin-top:8px;padding-left:1px;width:137px;}#container-right-rail .module-featured-video .module-style .clip-name{display:block;font-size:1.1em;line-height:20px;}#container-right-rail .module-featured-video .module-style .clip-name a{text-decoration:none;}#container-right-rail .module-featured-video .module-style .clip-name a:hover{text-decoration:none;}#container-right-rail .module-featured-video .module-style .clip-series{display:block;font-size:.85em;text-decoration:none;line-height:14px;}#container-right-rail .module-featured-video .module-style .descriptive-text .overlay-clip-count{display:block;position:absolute;margin:2px 0 0 -62px;height:14px;width:53px;text-align:center;font-size:10px;line-height:14px;}#container-right-rail .module-featured-video .module-style a .overlay-play-button img{margin-left:8px;position:relative;width:160px;height:90px;top:-98px;}#social-media-bar{padding:4px 0;border:1px solid #CCC;background-color:#FFF;}#social-media-bar dd{float:left;line-height:16px;}#social-media-bar #print,#social-media-bar #email,#social-media-bar #share-dialogue{float:left;padding-left:6px;background:url('/common/sgallery/bookmark-icons/social-media-sprites.gif') no-repeat 100% 1px;}#social-media-bar #print{width:52px;}#social-media-bar #email{width:60px;}#social-media-bar #share-dialogue{width:88px;}#social-media-bar #social-networks{padding-left:5px;}#social-media-bar #print a,#social-media-bar #email a{display:block;height:16px;padding:0 7px 0 20px;background:url('/common/sgallery/bookmark-icons/social-media-sprites.gif') no-repeat right 0;text-decoration:none;}#social-media-bar #print a{font-weight:normal;background-position:0 -50px;}#social-media-bar #email a{font-weight:normal;background-position:0 -32px;}#social-media-bar #share-dialogue a{font-weight:normal;text-decoration:none;}#social-media-bar #share-dialogue a.stbutton{display:block;height:16px;padding:0 7px 0 20px;}#social-media-bar #social-networks ul{list-style-type:none;}#social-media-bar #social-networks li{float:left;padding:0 5px 0 6px;background:url('/common/sgallery/bookmark-icons/social-media-sprites.gif') no-repeat 100% -13px;}#social-media-bar #social-networks #social-myspace{background:none;}#social-media-bar #social-networks #social-yahoo-buzz a,#social-media-bar #social-networks #social-facebook a,#social-media-bar #social-networks #social-stumbleupon a,#social-media-bar #social-networks #social-digg a,#social-media-bar #social-networks #social-delicious a,#social-media-bar #social-networks #social-myspace a{display:block;overflow:hidden;height:16px;width:17px;text-decoration:none;background:url('/common/sgallery/bookmark-icons/social-media-sprites.gif') no-repeat left;}#social-media-bar #social-networks #social-yahoo-buzz a{background-position:0 -84px;}#social-media-bar #social-networks #social-facebook a{background-position:0 -101px;}#social-media-bar #social-networks #social-stumbleupon a{background-position:0 -118px;}#social-media-bar #social-networks #social-digg a{background-position:0 -135px;}#social-media-bar #social-networks #social-delicious a{background-position:0 -152px;}#social-media-bar #social-networks #social-myspace a{background-position:0 -169px;}#social-media-bar #social-networks #social-yahoo-buzz span,#social-media-bar #social-networks #social-facebook span,#social-media-bar #social-networks #social-stumbleupon span,#social-media-bar #social-networks #social-digg span,#social-media-bar #social-networks #social-delicious span,#social-media-bar #social-networks #social-myspace span{visibility:hidden;}.flash-embed #social-media-bar{width:657px;}.flash-embed #social-media-bar #print{display:none;}.open-page #social-media-bar{width:657px;}.open-page #social-media-bar #print{display:none;}.interactive #social-media-bar{width:auto;margin-top:10px;}.interactive #social-media-bar #print{display:none;}.interactive-full-width #social-media-bar{width:823px;}.interactive-full-width #social-media-bar #print{display:none;}.news-article #social-media-bar{width:324px;}.news-article #social-media-bar #social-networks #social-stumbleupon{display:none;}.news-article #social-media-bar #social-networks #social-delicious{display:none;}.news-article #social-media-bar #social-networks #social-myspace{display:none;}.news-article #social-media-bar #social-networks #social-digg{background:none;}.indices #social-media-bar{width:305px;}.indices #social-media-bar #print{display:none;}.indices #social-media-bar #social-networks #social-myspace{display:none;}.indices #social-media-bar #social-networks #social-delicious{background:none;}#container-left-column #facebook-connect-module-header{display:none;opacity:0;filter:alpha(opacity = 0);zoom:1;}#container-left-column #facebook-connect-module-header h2.comments{height:23px;width:115px;background-image:url('/videos/images/runners/main-heads-sprite-asset.gif');background-position:0 -46px;}#container-left-column #facebook-connect-module-header .runner .view-add{float:left;font-size:.95em;padding:2px 0 0 5px;cursor:pointer;}#container-left-column #facebook-connect-module-content{display:none;margin-bottom:10px;}a.util-email{font-weight:bold;font-size:90%;padding-left:18px;background:url(/common/sgallery/email.png) center left no-repeat;}a.util-print{font-weight:bold;font-size:90%;padding-left:18px;background:url(/common/sgallery/print.png) center left no-repeat;}a.util-share{background:transparent url(/common/sgallery/share-bookmarks-icon.gif) no-repeat scroll left center;font-size:90%;font-weight:bold;padding:5px 0 6px 22px;}a.util-share-open{background:transparent url(/common/sgallery/share-bookmarks-icon-open.gif) no-repeat scroll left center;font-size:90%;font-weight:bold;padding:5px 0 5px 18px;}a.util-video{font-weight:bold;font-size:90%;padding-left:22px;background:url(/common/sgallery/video.png) center left no-repeat;}a.digg{font:bold 90%/18px Verdana,Arial,sans-serif;padding:10px 0 10px 25px;background:url(/common/sgallery/bookmark-icons/16x16-digg.gif) center left no-repeat;}a.delicious{font:bold 90%/18px Verdana,Arial,sans-serif;padding:10px 0 10px 25px;background:url(/common/sgallery/bookmark-icons/16x16-delicious.gif) center left no-repeat;}a.reddit{font:bold 90%/20px Verdana,Arial,sans-serif;padding:10px 0 10px 25px;background:url(/common/sgallery/bookmark-icons/18x18-reddit.gif) center left no-repeat;}a.newsvine{font:bold 90%/18px Verdana,Arial,sans-serif;padding:10px 0 10px 25px;background:url(/common/sgallery/bookmark-icons/16x16-newsvine.gif) center left no-repeat;}a.mixx{font:bold 90%/18px Verdana,Arial,sans-serif;padding:10px 0 10px 25px;background:url(/common/sgallery/bookmark-icons/16x16-mixx.gif) center left no-repeat;}a.myspace{font:bold 90%/18px Verdana,Arial,sans-serif;padding:10px 0 11px 25px;background:url(/common/sgallery/bookmark-icons/26x22-myspace.gif) center left no-repeat;}a.facebook{font:bold 90%/18px Verdana,Arial,sans-serif;padding:10px 0 11px 25px;background:url(/common/sgallery/bookmark-icons/16x16-facebook.gif) center left no-repeat;}#yahooBuzzBadge-form a span{font:bold 90%/18px Verdana,Arial,sans-serif;padding-left:25px!important;}.standardUtilityPadding{padding:10px 16px;}.closePadding{padding:4px 16px 4px 0;}#util-email #utility{width:623px;}#util-email #closeUtility{text-align:right;background-color:#EBEBEB;width:623px;height:auto;}#util-share #utility{width:159px;}#util-share #closeUtility{text-align:right;background-color:#EBEBEB;width:159px;height:auto;}#util-email,#util-share{display:none;visibility:hidden;}#util-email #wrapper{border:1px solid #CCC;background-color:#FFF;color:#000;text-align:left;}#util-share #wrapper{border:1px solid #CCC;background-color:#FFF;color:#000;text-align:left;}#util-email table #text{padding:2px 0 0 0;}#util-email table #field{padding:0 0 5px 10px;}#util-email table #submit{padding:5px 0 5px 115px;}#share-digg,#share-delicious,#share-reddit,#share-newsvine,#share-yahoo-buzz,#share-mixx,#share-myspace,#share-facebook{margin-bottom:6px;}/**
 * @fileOverview    Universal CSS file which contains global styles for: GOOGLE AFC (diego pages).
 *                  Browsers: (all).
 *                  User agent that claims support for media type: (screen).
 *                  Init Date: Thu, 09 Apr 2009 21:15:40 EST.
 *                  Build Date: Thu, 09 Apr 2009 21:15:40 EST.
 *                  Copyright (C) Discovery.com 2009. All Rights Reserved.
 * @name            carl lewin
 *
 *                  $Id: adsense-for-content.css,v 1.2.4.1 2009/10/27 16:39:16 trotton Exp $
 */

/**
 * @description     STYLE : diego pages
 */
#google-afc-region-one {
        width: 100%;
        height: auto;
}


/**
 * @description     STYLE : asset type = TPCP : subordinate =  : region = ONE
 */
#google-afc-region-one .tpcp { padding: 0 13px; }
#google-afc-region-one .tpcp .afc-headline {
    font: bold 11px Arial, sans-serif;
    margin: 5px 0;
}
#google-afc-region-one .tpcp ul.afc-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
#google-afc-region-one .tpcp ul.afc-list li { margin: 5px 0 7px 0; }
#google-afc-region-one .tpcp a.afc-title {
    font: bold 10px Verdana, sans-serif;
    text-decoration: underline;
}
#google-afc-region-one .tpcp a.afc-description {
    font: 10px Verdana, sans-serif;
    color: #000;
    text-decoration: none;
}
#google-afc-region-one .tpcp a.afc-url {
    font: 9px Verdana, sans-serif;
    text-decoration: none;
}


/**
 * @description     STYLE : asset type = topic : subordinate =  : region = ONE
 */
#google-afc-region-one .topic .afc-headline {
        height: 32px;
        background: transparent url(/images/modules/footer/runners/ads-by-google.png) no-repeat;
        font-size: 0.9em;
}

#google-afc-region-one .topic ul.afc-list { padding: 10px 0 10px 18px; }

#google-afc-region-one .topic ul.afc-list li {
        float: left;
        list-style-type: none;
        margin-right: 10px;
        overflow: hidden;
        width: 230px;
        font-size: 0.9em;
}
#google-afc-region-one .topic a.afc-title {
        font: bold 10px Verdana, sans-serif;
        text-decoration: underline;
}
#google-afc-region-one .topic a.afc-description {
        font: 10px Verdana, sans-serif;
        text-decoration: none;
        color: #000000;
}
#google-afc-region-one .topic a.afc-url {
        font: 9px Verdana, sans-serif;
        text-decoration: none;
}


/**
 * @description     STYLE : asset type = quiz : subordinate =  : region = ONE
 */
#google-afc-region-one .quiz .afc-headline {
        height: 32px;
        background: transparent url(/images/modules/footer/runners/ads-by-google.png) no-repeat;
        font-size: 0.9em;
}

#google-afc-region-one .quiz ul.afc-list { padding: 10px 0 10px 18px; }

#google-afc-region-one .quiz ul.afc-list li {
        float: left;
        list-style-type: none;
        margin-right: 10px;
        overflow: hidden;
        width: 230px;
        font-size: 0.9em;
}
#google-afc-region-one .quiz a.afc-title {
        font: bold 10px Verdana, sans-serif;
        text-decoration: underline;
}
#google-afc-region-one .quiz a.afc-description {
        font: 10px Verdana, sans-serif;
        text-decoration: none;
        color: #000000;
}
#google-afc-region-one .quiz a.afc-url {
        font: 9px Verdana, sans-serif;
        text-decoration: none;
}


/**
 * @description     STYLE : asset type = network-video-hub : subordinate =  : region = ONE
 */
#google-afc-region-one .network-video-hub-page .afc-headline {
        height: 32px;
        background: transparent url(/images/modules/footer/runners/ads-by-google.png) no-repeat;
        font-size: 0.9em;
}

#google-afc-region-one .network-video-hub-page ul.afc-list { padding: 10px 0 10px 18px; }

#google-afc-region-one .network-video-hub-page ul.afc-list li {
        float: left;
        list-style-type: none;
        margin-right: 10px;
        overflow: hidden;
        width: 230px;
        font-size: 0.9em;
}
#google-afc-region-one .network-video-hub-page a.afc-title {
        font: bold 10px Verdana, sans-serif;
        text-decoration: underline;
}
#google-afc-region-one .network-video-hub-page a.afc-description {
        font: 10px Verdana, sans-serif;
        text-decoration: none;
        color: #000000;
}
#google-afc-region-one .network-video-hub-page a.afc-url {
        font: 9px Verdana, sans-serif;
        text-decoration: none;
}

/**
 * @description     STYLE : asset type = video-hub-page : subordinate =  : region = ONE
 */
#google-afc-region-one .video-hub-page .afc-headline {
        height: 32px;
        background: transparent url(/images/modules/footer/runners/ads-by-google.png) no-repeat;
        font-size: 0.9em;
}

#google-afc-region-one .video-hub-page ul.afc-list { padding: 10px 0 10px 18px; }

#google-afc-region-one .video-hub-page ul.afc-list li {
        float: left;
        list-style-type: none;
        margin-right: 10px;
        overflow: hidden;
        width: 230px;
        font-size: 0.9em;
}
#google-afc-region-one .video-hub-page a.afc-title {
        font: bold 10px Verdana, sans-serif;
        text-decoration: underline;
}
#google-afc-region-one .video-hub-page a.afc-description {
        font: 10px Verdana, sans-serif;
        text-decoration: none;
        color: #000000;
}
#google-afc-region-one .video-hub-page a.afc-url {
        font: 9px Verdana, sans-serif;
        text-decoration: none;
}


/**
 * @description     STYLE : asset type = video-asset-page : subordinate =  : region = ONE
 */
#google-afc-region-one .video-asset-page .afc-headline {
        height: 32px;
        background: transparent url(/images/modules/footer/runners/ads-by-google.png) no-repeat;
        font-size: 0.9em;
}

#google-afc-region-one .video-asset-page ul.afc-list { padding: 10px 0 10px 18px; }

#google-afc-region-one .video-asset-page ul.afc-list li {
        float: left;
        list-style-type: none;
        margin-right: 10px;
        overflow: hidden;
        width: 230px;
        font-size: 0.9em;
}
#google-afc-region-one .video-asset-page a.afc-title {
        font: bold 10px Verdana, sans-serif;
        text-decoration: underline;
}
#google-afc-region-one .video-asset-page a.afc-description {
        font: 10px Verdana, sans-serif;
        text-decoration: none;
        color: #000000;
}
#google-afc-region-one .video-asset-page a.afc-url {
        font: 9px Verdana, sans-serif;
        text-decoration: none;
}


/**
 * @description     STYLE : asset type = video-playlist : subordinate =  : region = ONE
 */
#google-afc-region-one .video-playlist .afc-headline {
        height: 32px;
        background: transparent url(/images/modules/footer/runners/ads-by-google.png) no-repeat;
        font-size: 0.9em;
}

#google-afc-region-one .video-playlist ul.afc-list { padding: 10px 0 10px 18px; }

#google-afc-region-one .video-playlist ul.afc-list li {
        float: left;
        list-style-type: none;
        margin-right: 10px;
        overflow: hidden;
        width: 230px;
        font-size: 0.9em;
}
#google-afc-region-one .video-playlist a.afc-title {
        font: bold 10px Verdana, sans-serif;
        text-decoration: underline;
}
#google-afc-region-one .video-playlist a.afc-description {
        font: 10px Verdana, sans-serif;
        text-decoration: none;
        color: #000000;
}
#google-afc-region-one .video-playlist a.afc-url {
        font: 9px Verdana, sans-serif;
        text-decoration: none;
}

/**
 * @description     STYLE : asset type = video-playlist-page : subordinate =  : region = ONE
 */
#google-afc-region-one .video-playlist-page .afc-headline {
        height: 32px;
        background: transparent url(/images/modules/footer/runners/ads-by-google.png) no-repeat;
        font-size: 0.9em;
}

#google-afc-region-one .video-playlist-page ul.afc-list { padding: 10px 0 10px 18px; }

#google-afc-region-one .video-playlist-page ul.afc-list li {
        float: left;
        list-style-type: none;
        margin-right: 10px;
        overflow: hidden;
        width: 230px;
        font-size: 0.9em;
}
#google-afc-region-one .video-playlist-page a.afc-title {
        font: bold 10px Verdana, sans-serif;
        text-decoration: underline;
}
#google-afc-region-one .video-playlist-page a.afc-description {
        font: 10px Verdana, sans-serif;
        text-decoration: none;
        color: #000000;
}
#google-afc-region-one .video-playlist-page a.afc-url {
        font: 9px Verdana, sans-serif;
        text-decoration: none;
}
body{color:#333;font:.8em/1.2em Arial,Verdana,Helvetica,sans-serif;letter-spacing:.0em;background-color:#FFF;background-image:url('/videos/images/page-background.jpg');background-repeat:repeat-x;background-position:top left;}#container-primary{background-color:transparent;}a,a:visited,a:active,a:hover,a:focus{color:#33779E;}#container-left-column{background:#FFF;}#breadcrumbs-top,#breadcrumbs-bottom{color:#36A9B7;}#footer-search{color:#666;}#footer-search input.query{border-color:#666;background:#FFF;}#footer-newsletter{color:#666;}#page-credits{padding-bottom:10px;background-color:transparent;font-size:.8em;}#page-credits a,#page-credits a:visited,#page-credits a:hover,#page-credits a:focus,#page-credits a:active{color:#33779E;}#page-credits .legal{width:998px;color:#666;}#page-credits .category{float:left;width:140px;margin-bottom:2px;padding:0;text-align:right;vertical-align:top;}#page-credits .credits{width:675px;margin:0 0 2px 150px;text-align:left;vertical-align:top;}#page-credits .privacy-policy{margin:5px 0 0 150px;}#page-credits .copyright{margin:5px 0 0 150px;}#ad-compscreen,#ad-nui,#floodlight-dpg-initial-campaign{width:0;height:0;overflow:hidden;}.tooltip-open{border-color:#C5DAE8;background-color:#FFF;}input.text{color:#666;background:#FFF;font:bold 10px/10px Verdana,sans-serif;border:1px solid #666;padding:4px 0 1px 5px;height:13px;}textarea.textarea{color:#666;background:#FFF;font:bold 10px/10px Verdana,sans-serif;border:1px solid #666;padding:4px 0 1px 5px;}input.submit{color:#666;font:bold 10px/10px Verdana,sans-serif;}#container-left-column{background-color:transparent;}#container-right-rail #show-schedule{border-color:#E1EAF1;background-color:#FFF;}#container-right-rail #show-schedule .module-body{border-top-color:#E1EAF1;}#container-right-rail #show-schedule .module-body li{border-bottom-color:#E1EAF1;color:#333;}#container-right-rail .runner h2{color:#184473;}#container-right-rail .runner{background-color:#FFF;}#container-right-rail .module-style{border-top-color:#E2ECF5;}#container-right-rail .module-suggested-topics,#container-right-rail .module-suggested-links,#container-right-rail .module-featured-video{border-color:#E2ECF5;background-color:#FEFFFF;background-image:url('/images/modules/right-rail/background-gradient.jpg');background-repeat:no-repeat;}#container-right-rail .module-suggested-topics,#container-right-rail .module-suggested-links ul{color:#999;}.rectangle{background:#CCC;}.rectangle .ad-rectangle{background:#CCC;}.ad-rectangle-text{color:#808284;background:#CCC;}#container-right-rail .show-site-highlight .links li{color:#333;}#container-right-rail .show-site-highlight .links li a{color:#33779E;}#container-right-rail .show-site-highlight .links .dark-text li{color:#333;}#container-right-rail .show-site-highlight .links .dark-text li a{color:#33779E;}#container-right-rail .show-site-highlight .links .light-text li{color:#FFF;}#container-right-rail .show-site-highlight .links .light-text li a{color:#96BCCF;}#container-right-rail .show-site-highlight .links .neutral-text li{color:#999;}#container-right-rail .show-site-highlight .links .neutral-text li a{color:#FFF;}#container-right-rail .numbered-list-module,#container-right-rail .ecommerce-two-column-module{border-color:#E2EDF5;}#container-right-rail .ecommerce-two-column-module{background:#FFF;}#container-right-rail .ecommerce-two-column-module .module-style{font-size:.85em;color:#333;}#container-right-rail .ecommerce-two-column-module .feature-product .shop-now a{font-size:1.1em;color:#33779E;}#container-right-rail .module-divider{background-color:#CCC;}#container-right-rail .ecommerce-two-column-module .secondary-products strong.promo-text{color:#6C0;}#container-right-rail .ecommerce-two-column-module .offer-price{color:#666;}#container-right-rail .numbered-list-module .module-style{background:transparent url('/images/modules/right-rail/background-gradient.jpg') no-repeat left top;}#container-right-rail .numbered-list-module ol{color:#999;}#container-right-rail .numbered-list-module li{font-weight:bold;font-size:.9em;}#container-right-rail .numbered-list-module li a span{color:#999;font-weight:normal;}#container-right-rail .more-on-our-site{border-color:#E2EDF5;}#container-right-rail .more-on-our-site{background:#FFF;}#container-right-rail #video-module-results,#container-right-rail #site-module-results{border-color:#CCC;background:#FFF;}#container-right-rail #video-module-results .runner,#container-right-rail #site-module-results .runner{background-image:url('/images/modules/right-rail/search/runner-background.jpg');background-position:left 28px;}#container-right-rail #video-module-results .runner h1.video-results,#container-right-rail #site-module-results .runner h1.site-results{background-image:url('/images/modules/right-rail/search/modules-heads-sprite.gif');}#container-right-rail #site-module-results .runner h1.site-results{width:123px;height:15px;background-position:0 0;}#container-right-rail #video-module-results .runner h1.video-results{width:123px;height:15px;background-position:0 -25px;}#container-right-rail #video-results li{background-image:url('/images/modules/right-rail/search/thumbnail-background.jpg');background-color:transparent;}#container-right-rail #video-results li a .video-thumbnail{border-color:#999;}#container-right-rail #video-results li a:hover .video-thumbnail{border-color:#33779E;}#container-right-rail #video-results li a:hover img{border-color:#33779E;}#container-right-rail #video-results li a:hover span img{border-color:transparent;}#container-right-rail #results-list .result-item h4 a{color:#33779A;}#container-right-rail #results-list .result-item a{color:#666;}#container-right-rail .module-featured-video{color:#333;}#container-right-rail .module-featured-video .module-style{background-color:#FFF;}#container-right-rail .module-featured-video .module-style .clip-name a{color:#33779E;}#container-right-rail .module-featured-video .module-style a .video-thumbnail{border-color:#999;}#container-right-rail .module-featured-video .module-style a:hover .video-thumbnail{border-color:#33779E;}#container-right-rail .module-featured-video .module-style .descriptive-text .overlay-clip-count{color:#FFF;background:#333;}#container-right-rail #video-results .overlay-clip-count{color:#FFF;background:#333;}#tophat-container{width:inherit;}#top-advertising{text-align:center;}#top-advertising #ad-leaderboard{padding:3px;text-align:center;}#tophat-network-block #tophat-ecommerce-tile{float:left;margin:-30px 0 0 23px;}#tophat-network-block{height:80px;width:inherit;background:transparent url('/images/tophat/998-main-background.jpg') no-repeat scroll left top;}#tophat-network-block #tophat-network-button{position:relative;top:10px;left:246px;height:18px;width:119px;}#tophat-network-block #tophat-network-list{position:relative;top:-8px;left:366px;width:464px;}#tophat-network-block #tophat-network-button img,#tophat-network-block #tophat-network-list img,#tophat-network-block #tophat-network-logo img{vertical-align:bottom;}#navigation-container{height:20px;border-left:1px solid #9A9A9A;border-right:1px solid #9A9A9A;background:transparent url('/images/tophat/998-nav-background.jpg') repeat-x 0 0;}#navigation-menu{height:20px;margin-left:101px;background:transparent url('/images/tophat/tophat-navigation-items.gif') no-repeat 0 0;}#navigation-menu dd{float:left;position:relative;width:110px;cursor:pointer;z-index:11000;}#navigation-menu dd a{display:block;height:20px;width:100%;text-decoration:none;}#navigation-menu dd a span{visibility:hidden;}#navigation-menu dd ul{position:absolute;display:none;height:auto;margin-left:1px;border:1px solid #CCC;list-style-type:none;}#navigation-menu dd:hover ul{display:block;background-color:#FFF;}#navigation-menu dd li a{display:block;width:181px;height:auto;padding:5px;font:bold .8em/1.2em Verdana,Arial,sans-serif;text-align:left;text-decoration:none;color:#666;background:#FFF;vertical-align:top;}#navigation-menu dd li a:hover{color:#FFF;background:#999;}#navigation-menu dd.tv-shows{width:91px;}#navigation-menu dd.tv-shows a{background:transparent url('/images/tophat/tophat-navigation-items.gif') no-repeat 0 0;}#navigation-menu dd:hover.tv-shows a{background-position:0 -20px;}#navigation-menu dd.tv-shows ul{margin-left:2px;z-index:11000;}#navigation-menu dd.tv-schedules{width:118px;}#navigation-menu dd.tv-schedules a{background:transparent url('/images/tophat/tophat-navigation-items.gif') no-repeat -91px 0;}#navigation-menu dd:hover.tv-schedules a{background-position:-91px -20px;}#navigation-menu dd.tv-schedules ul{z-index:11001;}#navigation-menu dd.news{width:59px;}#navigation-menu dd.news a{background:transparent url('/images/tophat/tophat-navigation-items.gif') no-repeat -209px 0;}#navigation-menu dd:hover.news a{background-position:-209px -20px;}#navigation-menu dd.news ul{z-index:11002;}#navigation-menu dd.video{width:63px;}#navigation-menu dd.video a{background:transparent url('/images/tophat/tophat-navigation-items.gif') no-repeat -268px 0;}#navigation-menu dd:hover.video a{background-position:-268px -20px;}#navigation-menu dd.video ul{z-index:11003;}#navigation-menu dd.games{width:67px;}#navigation-menu dd.games a{background:transparent url('/images/tophat/tophat-navigation-items.gif') no-repeat -331px 0;}#navigation-menu dd:hover.games a{background-position:-331px -20px;}#navigation-menu dd.games ul{z-index:11004;}#navigation-menu dd.blogs{width:64px;}#navigation-menu dd.blogs a{background:transparent url('/images/tophat/tophat-navigation-items.gif') no-repeat -398px 0;}#navigation-menu dd:hover.blogs a{background-position:-398px -20px;}#navigation-menu dd.blogs ul{z-index:11005;}#navigation-menu dd.explore-subject{width:162px;}#navigation-menu dd.explore-subject a{background:transparent url('/images/tophat/tophat-navigation-items.gif') no-repeat -462px 0;}#navigation-menu dd:hover.explore-subject a{background-position:-462px -20px;}#navigation-menu dd.explore-subject ul{z-index:11006;}#navigation-menu dd.newsletters{width:115px;}#navigation-menu dd.newsletters a{background:transparent url('/images/tophat/tophat-navigation-items.gif') no-repeat -624px 0;}#navigation-menu dd:hover.newsletters a{background-position:-624px -20px;}#navigation-menu dd.newsletters ul{z-index:11007;}#navigation-menu dd.shop{width:57px;}#navigation-menu dd.shop a{background:transparent url('/images/tophat/tophat-navigation-items.gif') no-repeat -739px 0;}#navigation-menu dd:hover.shop a{background-position:-739px -20px;}#navigation-menu dd.shop ul{z-index:11008;}#navigation-menu dd.tv-shows li a,#navigation-menu dd.tv-schedules li a,#navigation-menu dd.news li a,#navigation-menu dd.video li a,#navigation-menu dd.games li a,#navigation-menu dd.blogs li a,#navigation-menu dd.explore-subject li a,#navigation-menu dd.newsletters li a,#navigation-menu dd.shop li a{background-image:none;}#tophat-network-logo{float:left;width:220px;margin-top:-10px;}#tophat-network-logo img{height:49px;width:215px;}#network-search-container{float:left;width:435px;height:18px;margin:13px 0 0 160px;}#network-search-container fieldset{border:0;}#network-search-container div,#network-search-container label{float:left;}#network-search-container #site-search{margin:4px 0 0 5px;vertical-align:bottom;}#network-search-container #site-search span{visibility:hidden;}#network-search-container label#search-label{margin:1px 0 0 8px;padding-right:10px;}#network-search-container label#search-label input#search-query{width:274px;height:13px;padding:4px 0 1px 5px;border:1px solid #666;font:bold .7em/1.2em Verdana,sans-serif;line-height:10px;color:#666;background:#FFF none repeat scroll 0 0;}#network-search-container #submit-query{margin:3px 0 0 -2px;}#page-credits{width:970px;margin:0 0 5px 0;padding:10px 15px 10px 5px;color:#666;background-color:#DDD;}#page-credits dd{border-right-color:#666;}.footer-copy{color:#666;}/**
 * @fileOverview    Universal CSS file which contains global styles for: GOOGLE AFC (discovery channel).
 *                  Browsers: (all).
 *                  User agent that claims support for media type: (screen).
 *                  Init Date: Thu, 09 Apr 2009 21:15:40 EST.
 *                  Build Date: Thu, 09 Apr 2009 21:15:40 EST.
 *                  Copyright (C) Discovery.com 2009. All Rights Reserved.
 * @name            carl lewin
 *
 *                  $Id: adsense-for-content.css,v 1.4.2.1 2009/11/17 15:50:12 dhogge Exp $
 */

/**
 * @description     STYLE : asset type = HOMEPAGE : subordinate =  : region = ONE
 */
#google-afc-region-one { width: 100%; }
#google-afc-region-one .homepage { padding: 0; }
#google-afc-region-one .homepage .afc-headline { display: none; }
#google-afc-region-one .homepage ul.afc-list {
        padding: 0;
        margin: 0;
        list-style-type: none;
}
#google-afc-region-one .homepage ul.afc-list li {
        float: left;
        width: 225px;
        margin: 0 5px;
        text-align: left;
}
#google-afc-region-one .homepage a.afc-title {
        font: bold 10px Arial, sans-serif;
        text-decoration: underline;
}
#google-afc-region-one .homepage a.afc-description {
        font: 10px Arial, sans-serif;
        color: #000;
        text-decoration: none;
}
#google-afc-region-one .homepage a.afc-url {
        font: 9px Arial, sans-serif;
        text-decoration: none;
}


/**
 * @description     STYLE : asset type = HOMEPAGE : subordinate =  : region = ONE (new homepage)
 */
#container-primary .adsense-heading {
        display: block;
        padding: 10px 0 0 15px;
        font: bold 11px Arial Verdana, sans-serif;
}

#container-primary .adsense-heading a {
        text-decoration: none;
        color: #333;
}

#container-primary #google-afc-region-one .homepage { padding: 4px 15px 10px 15px; }

#container-primary #google-afc-region-one .homepage a.afc-title { font: bold 11px Arial, sans-serif; }

#container-primary #google-afc-region-one .homepage ul.afc-list li {
        float: left;
        width: 225px;
        margin: 0;
        text-align: left;
}


/**
 * @description     STYLE : asset type = NEWS : subordinate = HOMEPAGE : region = ONE
 */
#google-afc-region-one { width: 100%; }
#google-afc-region-one .news-homepage { padding: 0 13px; }
#google-afc-region-one .news-homepage .afc-headline {
    font: bold 11px Arial, sans-serif;
    margin: 5px 0;
}
#google-afc-region-one .news-homepage ul.afc-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
#google-afc-region-one .news-homepage ul.afc-list li { margin: 5px 0 7px 0; }
#google-afc-region-one .news-homepage a.afc-title {
    font: bold 10px Verdana, sans-serif;
    text-decoration: underline;
}
#google-afc-region-one .news-homepage a.afc-description {
    font: 10px Verdana, sans-serif;
    color: #000;
    text-decoration: none;
}
#google-afc-region-one .news-homepage a.afc-url {
    font: 9px Verdana, sans-serif;
    text-decoration: none;
}


/**
 * @description     STYLE : asset type = NEWS : subordinate = ARTICLE : region = ONE
 */
#google-afc-region-one { width: 100%; }
#google-afc-region-one .news-article { padding: 0; }
#google-afc-region-one .news-article .afc-headline {
    font: bold 11px Arial, sans-serif;
    margin: 5px 0;
}
#google-afc-region-one .news-article ul.afc-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
#google-afc-region-one .news-article ul.afc-list li { margin: 5px 0 7px 0; }
#google-afc-region-one .news-article a.afc-title {
    font: bold 10px Verdana, sans-serif;
    text-decoration: underline;
}
#google-afc-region-one .news-article a.afc-description {
    font: 10px Verdana, sans-serif;
    color: #000;
    text-decoration: none;
}
#google-afc-region-one .news-article a.afc-url {
    font: 9px Verdana, sans-serif;
    text-decoration: none;
}


/**
 * @description     STYLE : asset type = TV SCHEDULES : subordinate = DAILY : region = ONE
 */
#google-afc-region-one { width: 100%; }
#google-afc-region-one .tv-schedule-daily { padding: 0 0 0 14px; }
#google-afc-region-one .tv-schedule-daily .afc-headline {
    font: bold 11px Arial, sans-serif;
    margin: 5px 0;
}
#google-afc-region-one .tv-schedule-daily ul.afc-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
#google-afc-region-one .tv-schedule-daily ul.afc-list li { margin: 5px 0 7px 0; }
#google-afc-region-one .tv-schedule-daily a.afc-title {
    font: bold 10px Verdana, sans-serif;
    text-decoration: underline;
}
#google-afc-region-one .tv-schedule-daily a.afc-description {
    font: 10px Verdana, sans-serif;
    color: #000;
    text-decoration: none;
}
#google-afc-region-one .tv-schedule-daily a.afc-url {
    font: 9px Verdana, sans-serif;
    text-decoration: none;
}


/**
 * @description     STYLE : asset type = TV SCHEDULES : subordinate = SERIES : region = ONE
 */
#google-afc-region-one { width: 100%; }
#google-afc-region-one .tv-schedule-series { padding: 0 0 0 14px; }
#google-afc-region-one .tv-schedule-series .afc-headline {
    font: bold 11px Arial, sans-serif;
    margin: 5px 0;
}
#google-afc-region-one .tv-schedule-series ul.afc-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
#google-afc-region-one .tv-schedule-series ul.afc-list li { margin: 5px 0 7px 0; }
#google-afc-region-one .tv-schedule-series a.afc-title {
    font: bold 10px Verdana, sans-serif;
    text-decoration: underline;
}
#google-afc-region-one .tv-schedule-series a.afc-description {
    font: 10px Verdana, sans-serif;
    color: #000;
    text-decoration: none;
}
#google-afc-region-one .tv-schedule-series a.afc-url {
    font: 9px Verdana, sans-serif;
    text-decoration: none;
}


/**
 * @description     STYLE : asset type = FORUMS : subordinate =  : region = ONE
 */
#google-afc-region-one { width: 100%; }
#google-afc-region-one .forum { padding: 10px 0 0 14px; }
#google-afc-region-one .forum .afc-headline a {
    font: bold 11px Arial, sans-serif;
    margin: 5px 0;
}
#google-afc-region-one .forum ul.afc-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
#google-afc-region-one .forum ul.afc-list li { margin: 5px 0 7px 0; }
#google-afc-region-one .forum a.afc-title {
    font: bold 10px Verdana, sans-serif;
    text-decoration: underline;
}
#google-afc-region-one .forum a.afc-description {
    font: 10px Verdana, sans-serif;
    color: #000;
    text-decoration: none;
}
#google-afc-region-one .forum a.afc-url {
    font: 9px Verdana, sans-serif;
    text-decoration: none;
}


/**
 * @description     STYLE : asset type = FORUMS : subordinate =  : region = ONE : (Reverse)
 */
#google-afc-region-one.reverse .forum a.afc-description { color: #FFFFFF; } 


/**
 * @description     STYLE : asset type = BLOGS : subordinate =  : region = ONE
 */
#google-afc-region-one { width: 100%; }
#google-afc-region-one .blog { padding: 0 13px; }
#google-afc-region-one .blog .afc-headline {
    font: bold 11px Arial, sans-serif;
    margin: 5px 0;
}
#google-afc-region-one .blog ul.afc-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
#google-afc-region-one .blog ul.afc-list li { margin: 5px 0 7px 0; }
#google-afc-region-one .blog a.afc-title {
    font: bold 10px Verdana, sans-serif;
    text-decoration: underline;
}
#google-afc-region-one .blog a.afc-description {
    font: 10px Verdana, sans-serif;
    color: #000;
    text-decoration: none;
}
#google-afc-region-one .blog a.afc-url {
    font: 9px Verdana, sans-serif;
    text-decoration: none;
}


/**
 * @description     STYLE : asset type = topic : subordinate =  : region = ONE
 */
#google-afc-region-one .topic {
        border: 1px solid #CCCCCC;
        background: #FFFFFF;
}

#google-afc-region-one .topic .afc-headline {
        border-bottom: 1px solid #CCCCCC;
        background-color: #FFFFFF;
}


/**
 * @description     STYLE : asset type = quiz : subordinate =  : region = ONE
 */
#google-afc-region-one .quiz {
        border: 1px solid #CCCCCC;
        background: #FFFFFF;
}

#google-afc-region-one .quiz .afc-headline {
        border-bottom: 1px solid #CCCCCC;
        background-color: #FFFFFF;
}


/**
 * @description     STYLE : asset type = network-video-hub-page : subordinate =  : region = ONE
 */
#google-afc-region-one .network-video-hub-page {
        border: 1px solid #CCCCCC;
        background: #FFFFFF;
}

#google-afc-region-one .network-video-hub-page .afc-headline {
        border-bottom: 1px solid #CCCCCC;
        background-color: #FFFFFF;
}

/**
 * @description     STYLE : asset type = video-hub-page : subordinate =  : region = ONE
 */
#google-afc-region-one .video-hub-page {
        border: 1px solid #CCCCCC;
        background: #FFFFFF;
}

#google-afc-region-one .video-hub-page .afc-headline {
        border-bottom: 1px solid #CCCCCC;
        background-color: #FFFFFF;
}


/**
 * @description     STYLE : asset type = video-asset-page : subordinate =  : region = ONE
 */
#google-afc-region-one .video-asset-page {
        border: 1px solid #CCCCCC;
        background: #FFFFFF;
}

#google-afc-region-one .video-asset-page .afc-headline {
        border-bottom: 1px solid #CCCCCC;
        background-color: #FFFFFF;
}


/**
 * @description     STYLE : asset type = video-playlist : subordinate =  : region = ONE
 */
#google-afc-region-one .video-playlist {
        border: 1px solid #CCCCCC;
        background: #FFFFFF;
}

#google-afc-region-one .video-playlist .afc-headline {
        border-bottom: 1px solid #CCCCCC;
        background-color: #FFFFFF;
}

/**
 * @description     STYLE : asset type = video-playlist-page : subordinate =  : region = ONE
 */
#google-afc-region-one .video-playlist-page {
        border: 1px solid #CCCCCC;
        background: #FFFFFF;
}

#google-afc-region-one .video-playlist-page .afc-headline {
        border-bottom: 1px solid #CCCCCC;
        background-color: #FFFFFF;
}


/**
 * @description     GLOBAL IDS for GOOGLE ADSENSE definitions (diego pages)
 */
#google-adsense {
        width: 996px;
        border: solid;
        border-width: 1px;
        height: auto;
        border-color: #CCCCCC;
        background: #FFFFFF;
}

#google-adsense h4 { font-size: 0.9em; }

#google-adsense #sponsored-links-header h4 {
        height: 32px;
        text-indent: -5000px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
}

#google-adsense ul li { 
	    float: left;
		list-style-type: none;
		margin-right: 2px;
		overflow: hidden;
		width: 238px;
		font-size: 0.9em;	
}

#google-adsense #adsense-code { padding: 18px; }

#google-adsense #sponsored-links-header h4 {
        border-bottom-color: #CCCCCC;
        background: transparent url('/images/modules/footer/runners/ads-by-google.png') no-repeat left top;
}
